POST Credit/GetQueryCredit
Request Information
URI Parameters
None.
Body Parameters
ParamsCompanyCredit| Name | Description | Type | Additional information |
|---|---|---|---|
| Credit_Ids | Collection of integer |
None. |
|
| Company_Id | integer |
None. |
|
| States | Collection of integer |
None. |
|
| Start_Up_Time | date |
None. |
|
| End_Up_Time | date |
None. |
|
| Invoice_Exp_Time | date |
None. |
|
| Is_Up_CompanyCredit | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Credit_Ids": [
1,
2
],
"Company_Id": 1,
"States": [
1,
2
],
"Start_Up_Time": "2025/12/01 05:30:03",
"End_Up_Time": "2025/12/01 05:30:03",
"Invoice_Exp_Time": "2025/12/01 05:30:03",
"Is_Up_CompanyCredit": true
}
text/plain
Sample:
{"$id":"1","Credit_Ids":[1,2],"Company_Id":1,"States":[1,2],"Start_Up_Time":"2025/12/01 05:30:03","End_Up_Time":"2025/12/01 05:30:03","Invoice_Exp_Time":"2025/12/01 05:30:03","Is_Up_CompanyCredit":true}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.