Query Linked Materials By Collection
Query Linked Materials By Collection
Request URL
POST
https://rem-api-sandbox.pagsmile.com/remittance/collection/query-link-result
Request Header
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; chartset=UTF-8 |
Request Body
Refer to : common
Biz_data
Name | Type | Description |
---|---|---|
merchant_id* | long | Merchant ID |
collection_id | long | Collection ID |
material_Id | long | Material ID |
'collection_id' and 'material_Id ' require at least one
Response
Name | Type | Description |
---|---|---|
material_id* | long | Material ID |
collection_id* | long | Collection ID |
status* | integer | Status, Refer to Status |
remark | string | Remark |
created_at | string | Created At, Format:yyyy-MM-dd HH:mm:ss |
audited_at | string | Audited At, Format:yyyy-MM-dd HH:mm:ss |
Example
Note: 162************38 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated