Unblock ERP Link
post
Path parameters
idstringRequired
Body
idstringOptional
auditall ofOptional
$metaall of | nullableOptional
iconstring | nullableOptional
buyerall ofOptional
sellerall ofOptional
namestringOptional
companyNamestring | nullableOptional
statusall ofOptional
string · enumOptionalPossible values:
notestring | nullableOptional
externalIdsall of | nullableOptional
addressall of | nullableOptional
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
post
POST /public/v1/accounts/erp-links/{id}/unblock HTTP/1.1
Host: api.s1.today
Content-Type: application/json
Accept: */*
Content-Length: 755
{
"id": "text",
"audit": {
"created": {
"at": "2025-08-16T05:50:46.028Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-08-16T05:50:46.028Z",
"by": "[Circular Reference]"
},
"blocked": {
"at": "2025-08-16T05:50:46.028Z",
"by": "[Circular Reference]"
},
"unblocked": {
"at": "2025-08-16T05:50:46.028Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"icon": "text",
"buyer": {
"id": "text",
"icon": "text",
"name": "text"
},
"seller": {
"id": "text",
"icon": "text",
"externalId": "text",
"name": "text"
},
"name": "text",
"companyName": "text",
"status": "Active",
"note": "text",
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
}
}
{
"id": "text",
"audit": {
"created": {
"at": "2025-08-16T05:50:46.028Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-08-16T05:50:46.028Z",
"by": "[Circular Reference]"
},
"blocked": {
"at": "2025-08-16T05:50:46.028Z",
"by": "[Circular Reference]"
},
"unblocked": {
"at": "2025-08-16T05:50:46.028Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"icon": "text",
"buyer": {
"id": "text",
"icon": "text",
"name": "text"
},
"seller": {
"id": "text",
"icon": "text",
"externalId": "text",
"name": "text"
},
"name": "text",
"companyName": "text",
"status": "Active",
"note": "text",
"externalIds": {
"erpCompanyContact": "text",
"erpCustomer": "text",
"accountExternalId": "text"
},
"address": {
"addressLine1": "text",
"addressLine2": "text",
"postCode": "text",
"city": "text",
"state": "text",
"country": "text"
}
}
Last updated
Was this helpful?