v1

latestOpenAPI 3.0.0Apache 2.02026-07-267057121.5 KB

Set or update the AT web services credentials for a given supplier.

post/apps/at-pt/v1/entry/{silo_entry_id}/credentials

Path parameters

silo_entry_idstring required

Silo entry ID of the supplier to set the credentials for.

Example:347c5b04-cde2-11ed-afa1-0242ac120002

Silo entry ID of the supplier to set the credentials for.

Request body

usernamestring required

AT username.

passwordstring password required

AT password.

Example request

{
  "username": "599999993/37",
  "password": "MySecretPassword123"
}

Response

Credentials updated successfully.