Adds a new equipment supplier to the proposal.

POST {{baseUrl}}/proposals/:proposal-id/equipment-suppliers

This endpoint adds a new equipment supplier to the proposal and returns the new state.

Request Body

{"registrationNumber"=>"<string>", "sourceCountryCode"=>"<string>", "companyType"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
If-Matchstring(Required) The If-Match HTTP request header makes the request conditional. For PUT and other modifying methods, it will only modify the resource in case the ETag indicated by the If-Match header is identical to the resource's current ETag.
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;registrationNumber&quot;:&quot;\u003cstring\u003e&quot;,&quot;sourceCountryCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;companyType&quot;:&quot;\u003cstring\u003e&quot;}