POST Credit/GetQueryCredit
Request Information
URI Parameters
None.
Body Parameters
ParamsCompanyCreditName | 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/10/06 22:27:29", "End_Up_Time": "2025/10/06 22:27:29", "Invoice_Exp_Time": "2025/10/06 22:27:29", "Is_Up_CompanyCredit": true }
text/plain
Sample:
{"$id":"1","Credit_Ids":[1,2],"Company_Id":1,"States":[1,2],"Start_Up_Time":"2025/10/06 22:27:29","End_Up_Time":"2025/10/06 22:27:29","Invoice_Exp_Time":"2025/10/06 22:27:29","Is_Up_CompanyCredit":true}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultName | 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.