POST services/api/v1/pos/Validate_PCreditNoteDetails
Request Information
URI Parameters
None.
Body Parameters
PCreditNoteDetailsValidateReq| Name | Description | Type | Additional information |
|---|---|---|---|
| CreditNoteNo | string |
None. |
|
| LocId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreditNoteNo": "sample string 1",
"LocId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PCreditNoteDetailsValidateReq| Name | Description | Type | Additional information |
|---|---|---|---|
| CreditNoteNo | string |
None. |
|
| LocId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CreditNoteNo": "sample string 1",
"LocId": 2
}