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
Example request
{
"username": "599999993/37",
"password": "MySecretPassword123"
}Response
Credentials updated successfully.