POST Credit/UpdateCridit

Request Information

URI Parameters

None.

Body Parameters

ParamsCompanyCredit
NameDescriptionTypeAdditional 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:32:02",
  "End_Up_Time": "2025/10/06 22:32:02",
  "Invoice_Exp_Time": "2025/10/06 22:32:02",
  "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:32:02","End_Up_Time":"2025/10/06 22:32:02","Invoice_Exp_Time":"2025/10/06 22:32:02","Is_Up_CompanyCredit":true}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional 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.