POST api/v1/interesseomraade?requestId={requestId}&transactionId={transactionId}&tjenesteaftagerCvr={tjenesteaftagerCvr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
requestId

globally unique identifier

Required

transactionId

globally unique identifier

Required

tjenesteaftagerCvr

integer

None.

Body Parameters

InteresseomraadeInfo
NameDescriptionTypeAdditional information
Gmlbase64data

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Gmlbase64data": "sample string 1"
}

application/xml, text/xml

Sample:
<InteresseomraadeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBST.LER.Services.Interfaces.Interesseomraade.v1">
  <Gmlbase64data>sample string 1</Gmlbase64data>
</InteresseomraadeInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfInteresseomraadeResponseData
NameDescriptionTypeAdditional information
Data

InteresseomraadeResponseData

None.

StatusCode

HttpStatusCode

None.

RequestId

globally unique identifier

None.

TransactionId

globally unique identifier

None.

Forretningskvittering

ServiceResponseForretningsKvittering

None.

Transportkvittering

ServiceResponseTransportKvittering

None.

Error

ServiceResponseError

None.

SendTimestamp

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": null,
  "StatusCode": 100,
  "RequestId": "14b2ad47-a906-4ebc-80a2-5a81c3f5b869",
  "TransactionId": "01cca2a4-dba2-4911-b78f-37f26ae22e35",
  "Forretningskvittering": {
    "Sender": "sample string 1",
    "Recipient": "sample string 2",
    "Status": "Modtaget"
  },
  "Transportkvittering": {
    "Sender": "sample string 1",
    "Recipient": "sample string 2",
    "Status": "Modtaget"
  },
  "Error": null,
  "SendTimestamp": "2024-09-20T12:33:59.4562808+02:00"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.