Skip to main content

Update Sender

PUT 

/sender-details/:id

Update an existing sender

Request

Path Parameters

    id uuidrequired

    ID of the sender to update

Body

required
    name string
    email string
    address string
    city string
    region string
    country string
    postalCode string

Responses

Successful operation

Loading...