Refresh Company Auth Code
Select
SaaS
Customer Managed
You can refresh or generate a new AuthCode for company.
Path Parameters
- OrganizationId integer required
- application/json
Request Body
organization object
providerId integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringorganizationProperties object
authCode stringerror object
errorMessage stringerrorCode integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"organizationProperties": {
"authCode": "string"
},
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"organizationProperties": {
"authCode": "8530A40EFC49"
},
"error": {
"errorMessage": "",
"errorCode": 0
}
}
Loading...