GET api/form/getFormIsCopy?typeForm={typeForm}&pCustNum={pCustNum}&pVisitCode={pVisitCode}&pDebitLineCode={pDebitLineCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
typeForm | integer |
Required |
|
pCustNum | integer |
Required |
|
pVisitCode | integer |
Required |
|
pDebitLineCode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FormIsCopyName | Description | Type | Additional information |
---|---|---|---|
isCanCopy | boolean |
None. |
|
formOld | Collection of Object |
None. |
|
formCopy | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "isCanCopy": true, "formOld": [ {}, {} ], "formCopy": [ {}, {} ] }
application/xml
Sample:
text/xml
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.