POST api/PurchaseOrder/InsertAttachmentforInvoice
Request Information
URI Parameters
None.
Body Parameters
InsertAttachmentforInvoiceDTOName | Description | Type | Additional information |
---|---|---|---|
intPOID | integer |
None. |
|
VendorID | integer |
None. |
|
vcDocName | string |
None. |
|
isDocRequired | integer |
None. |
|
Domain | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "intPOID": 1, "VendorID": 2, "vcDocName": "sample string 3", "isDocRequired": 4, "Domain": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
ResponseFlag | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseFlag": 1, "ResponseMessage": "sample string 2", "Data": {} }