GET api/orderContract/getPartyB?comanyNumber={comanyNumber}&isEnable={isEnable}&partyBId={partyBId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| comanyNumber | integer |
Required |
|
| isEnable | integer |
Default value is -1 |
|
| partyBId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}