POST project/createProjectFulfilment?Token={Token}

Create fulfilment record of the selected project. Privilege "View" of licensed agenda "Project.Activity(Web)" required. Functionality may also be restricted by record permission "Edit project actions" of agenda "Persons" and permission "View" of agenda "Projects"

Request Information

Authorization

  • Authorization by token required

Availability

  • Method disabled by configuration

URI Parameters

NameDescriptionTypeAdditional information
Token

The action is authorized by this token. Token should generated by calling action "POST login". Expiration time of each token is 20 seconds

globally unique identifier

Required

Body Parameters

ProjectCreatePrjFulfilmentReq
NameDescriptionTypeAdditional information
Code

Unique identification of the project in the system

string

Required

String length: inclusive between 0 and 100

Fulfilments

The Participant list

Collection of Fulfilment

None.

Request Formats

application/json

Sample:
{"Code":"PROJECT CODE 1005","Fulfilments":[{"IsPlan":1,"ItemCode":"ITEM CODE 3","PersonID":"X0002","DateFrom":"2019-12-26T00:00:00","DateTo":"2019-12-31T00:00:00","GPSBeginLatitude":"1023.45","GPSBeginLongitude":"2023.45","GPSBeginAccuracy":"3023.45","GPSEndLatitude":"1023.55","GPSEndLongitude":"2023.55","GPSEndAccuracy":"3023.55","Description":"Description of the fulfilments","Duration":400},{"IsPlan":1,"ItemCode":"ITEM CODE 3","PersonID":"X0005","DateFrom":"2019-12-26T00:00:00","DateTo":"2019-12-31T00:00:00","GPSBeginLatitude":"1023.45","GPSBeginLongitude":"2023.45","GPSBeginAccuracy":"3023.45","GPSEndLatitude":"1023.55","GPSEndLongitude":"2023.55","GPSEndAccuracy":"3023.55","Description":"Description of the fulfilments","Duration":400}]}

application/xml

Sample:

<Request>
  <Code>PROJECT CODE 1005</Code>
  <Fulfilment>
    <Fulfilment>
      <IsPlan>1</IsPlan>
      <ItemCode>ITEM CODE 3</ItemCode>
      <PersonID>X0002</PersonID>
      <DateFrom>2019-12-26T00:00:00</DateFrom>
      <DateTo>2019-12-31T00:00:00</DateTo>
      <GPSBeginLatitude>1023.45</GPSBeginLatitude>
      <GPSBeginLongitude>2023.45</GPSBeginLongitude>
      <GPSBeginAccuracy>3023.45</GPSBeginAccuracy>
      <GPSEndLatitude>1023.55</GPSEndLatitude>
      <GPSEndLongitude>2023.55</GPSEndLongitude>
      <GPSEndAccuracy>3023.55</GPSEndAccuracy>
      <Description>Description of the fulfilments</Description>
      <Duration>400</Duration>
    </Fulfilment>
    <Fulfilment>
      <IsPlan>1</IsPlan>
      <ItemCode>ITEM CODE 3</ItemCode>
      <PersonID>X0005</PersonID>
      <DateFrom>2019-12-26T00:00:00</DateFrom>
      <DateTo>2019-12-31T00:00:00</DateTo>
      <GPSBeginLatitude>1023.45</GPSBeginLatitude>
      <GPSBeginLongitude>2023.45</GPSBeginLongitude>
      <GPSBeginAccuracy>3023.45</GPSBeginAccuracy>
      <GPSEndLatitude>1023.55</GPSEndLatitude>
      <GPSEndLongitude>2023.55</GPSEndLongitude>
      <GPSEndAccuracy>3023.55</GPSEndAccuracy>
      <Description>Description of the fulfilments</Description>
      <Duration>400</Duration>
    </Fulfilment>
  </Fulfilment>
</Request>

text/json

Sample:
{
  "Code": "sample string 1",
  "Fulfilments": [
    {
      "IsPlan": 1,
      "ItemCode": "sample string 2",
      "PersonID": "sample string 3",
      "DateFrom": "sample string 4",
      "DateTo": "sample string 5",
      "GPSBeginLatitude": "sample string 6",
      "GPSBeginLongitude": "sample string 7",
      "GPSBeginAccuracy": "sample string 8",
      "GPSEndLatitude": "sample string 9",
      "GPSEndLongitude": "sample string 10",
      "GPSEndAccuracy": "sample string 11",
      "Description": "sample string 12",
      "Duration": 13
    },
    {
      "IsPlan": 1,
      "ItemCode": "sample string 2",
      "PersonID": "sample string 3",
      "DateFrom": "sample string 4",
      "DateTo": "sample string 5",
      "GPSBeginLatitude": "sample string 6",
      "GPSBeginLongitude": "sample string 7",
      "GPSBeginAccuracy": "sample string 8",
      "GPSEndLatitude": "sample string 9",
      "GPSEndLongitude": "sample string 10",
      "GPSEndAccuracy": "sample string 11",
      "Description": "sample string 12",
      "Duration": 13
    }
  ]
}

text/xml

Sample:
<Request xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Code>sample string 1</Code>
  <Fulfilment>
    <Fulfilment>
      <IsPlan>1</IsPlan>
      <ItemCode>sample string 2</ItemCode>
      <PersonID>sample string 3</PersonID>
      <DateFrom>sample string 4</DateFrom>
      <DateTo>sample string 5</DateTo>
      <GPSBeginLatitude>sample string 6</GPSBeginLatitude>
      <GPSBeginLongitude>sample string 7</GPSBeginLongitude>
      <GPSBeginAccuracy>sample string 8</GPSBeginAccuracy>
      <GPSEndLatitude>sample string 9</GPSEndLatitude>
      <GPSEndLongitude>sample string 10</GPSEndLongitude>
      <GPSEndAccuracy>sample string 11</GPSEndAccuracy>
      <Description>sample string 12</Description>
      <Duration>13</Duration>
    </Fulfilment>
    <Fulfilment>
      <IsPlan>1</IsPlan>
      <ItemCode>sample string 2</ItemCode>
      <PersonID>sample string 3</PersonID>
      <DateFrom>sample string 4</DateFrom>
      <DateTo>sample string 5</DateTo>
      <GPSBeginLatitude>sample string 6</GPSBeginLatitude>
      <GPSBeginLongitude>sample string 7</GPSBeginLongitude>
      <GPSBeginAccuracy>sample string 8</GPSBeginAccuracy>
      <GPSEndLatitude>sample string 9</GPSEndLatitude>
      <GPSEndLongitude>sample string 10</GPSEndLongitude>
      <GPSEndAccuracy>sample string 11</GPSEndAccuracy>
      <Description>sample string 12</Description>
      <Duration>13</Duration>
    </Fulfilment>
  </Fulfilment>
</Request>

Response Information

Response Codes

Http CodeError NumberDescription
200 request succesfully done 0 Processed with result: ExecOK
202 accepted 1292 Request accepted but some fulfilment [{0}] already exist in the system
400 bad request 1002 Entry parameter missing or parameter bindigs failed
401 unauthorized 1000 Token {0} not found
401 unauthorized 1001 Token {0} already expired
401 unauthorized 1006 Ip filter violated for ip client address [{0}]
401 unauthorized 1007 Ip filter [{0}] parsing failed
401 unauthorized 1008 Request rate policy violated for [{0}]
403 server refuses fo fulfill the request 1267 Privilege View of agenda Project.Activity(Web) violated for [{0}]
403 server refuses fo fulfill the request 1 Db operation failed, agenda missing priviliges
403 server refuses fo fulfill the request 2 Db operation failed, record missing priviliges
403 server refuses fo fulfill the request 3 Db operation failed, Record duplicity
403 server refuses fo fulfill the request 4 Db operation failed, already changed by another user
403 server refuses fo fulfill the request 5 Db operation failed, already deleted by another user
403 server refuses fo fulfill the request 6 Db operation failed, database data consistence violation
403 server refuses fo fulfill the request 7 Db operation failed, operation can not be executed because another problems occured
403 server refuses fo fulfill the request 8 Db operation failed, licence violation
403 server refuses fo fulfill the request 2128 Record permission Edit project actions of agenda Persons violated for [{0}]
403 server refuses fo fulfill the request 1297 Record permission View of agenda Projects violated for [{0}]
404 required resource does not exist on the server 1281 Project [{0}] not found
404 required resource does not exist on the server 1100 PersonId [{0}] not found
404 required resource does not exist on the server 1241 ProjectItem [{0}] not found
404 required resource does not exist on the server 1290 ProjectItem [{0}] not yet assigned to project
415 unsupported Media Type The request entity has a media type which the server or resource does not support. Only application/json and application/xml are supported
500 internal error Server exception description

Resource Description

BaseRespOfProjectCreatePrjFulfilmentReq
NameDescriptionTypeAdditional information
Result

RequestResult

None.

Request

ProjectCreatePrjFulfilmentReq

None.

Response Formats

application/json

Sample:
{"Result":{"Message":"Processed with result: ExecOK","Code":0,"ModelStateErr":null},"Request":{"Code":"PROJECT CODE 1005","Fulfilments":[{"IsPlan":1,"ItemCode":"ITEM CODE 3","PersonID":"X0002","DateFrom":"2019-12-26T00:00:00","DateTo":"2019-12-31T00:00:00","GPSBeginLatitude":"1023.45","GPSBeginLongitude":"2023.45","GPSBeginAccuracy":"3023.45","GPSEndLatitude":"1023.55","GPSEndLongitude":"2023.55","GPSEndAccuracy":"3023.55","Description":"Description of the fulfilments","Duration":400},{"IsPlan":1,"ItemCode":"ITEM CODE 3","PersonID":"X0005","DateFrom":"2019-12-26T00:00:00","DateTo":"2019-12-31T00:00:00","GPSBeginLatitude":"1023.45","GPSBeginLongitude":"2023.45","GPSBeginAccuracy":"3023.45","GPSEndLatitude":"1023.55","GPSEndLongitude":"2023.55","GPSEndAccuracy":"3023.55","Description":"Description of the fulfilments","Duration":400}]}}

application/xml

Sample:

<Response>
  <Result>
    <Message>Processed with result: ExecOK</Message>
    <Code>0</Code>
  </Result>
  <Request>
    <Code>PROJECT CODE 1005</Code>
    <Fulfilment>
      <Fulfilment>
        <IsPlan>1</IsPlan>
        <ItemCode>ITEM CODE 3</ItemCode>
        <PersonID>X0002</PersonID>
        <DateFrom>2019-12-26T00:00:00</DateFrom>
        <DateTo>2019-12-31T00:00:00</DateTo>
        <GPSBeginLatitude>1023.45</GPSBeginLatitude>
        <GPSBeginLongitude>2023.45</GPSBeginLongitude>
        <GPSBeginAccuracy>3023.45</GPSBeginAccuracy>
        <GPSEndLatitude>1023.55</GPSEndLatitude>
        <GPSEndLongitude>2023.55</GPSEndLongitude>
        <GPSEndAccuracy>3023.55</GPSEndAccuracy>
        <Description>Description of the fulfilments</Description>
        <Duration>400</Duration>
      </Fulfilment>
      <Fulfilment>
        <IsPlan>1</IsPlan>
        <ItemCode>ITEM CODE 3</ItemCode>
        <PersonID>X0005</PersonID>
        <DateFrom>2019-12-26T00:00:00</DateFrom>
        <DateTo>2019-12-31T00:00:00</DateTo>
        <GPSBeginLatitude>1023.45</GPSBeginLatitude>
        <GPSBeginLongitude>2023.45</GPSBeginLongitude>
        <GPSBeginAccuracy>3023.45</GPSBeginAccuracy>
        <GPSEndLatitude>1023.55</GPSEndLatitude>
        <GPSEndLongitude>2023.55</GPSEndLongitude>
        <GPSEndAccuracy>3023.55</GPSEndAccuracy>
        <Description>Description of the fulfilments</Description>
        <Duration>400</Duration>
      </Fulfilment>
    </Fulfilment>
  </Request>
</Response>

text/json

Sample:
{
  "Result": {
    "Message": "sample string 1",
    "Code": 2,
    "ModelStateErr": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "Request": {
    "Code": "sample string 1",
    "Fulfilments": [
      {
        "IsPlan": 1,
        "ItemCode": "sample string 2",
        "PersonID": "sample string 3",
        "DateFrom": "sample string 4",
        "DateTo": "sample string 5",
        "GPSBeginLatitude": "sample string 6",
        "GPSBeginLongitude": "sample string 7",
        "GPSBeginAccuracy": "sample string 8",
        "GPSEndLatitude": "sample string 9",
        "GPSEndLongitude": "sample string 10",
        "GPSEndAccuracy": "sample string 11",
        "Description": "sample string 12",
        "Duration": 13
      },
      {
        "IsPlan": 1,
        "ItemCode": "sample string 2",
        "PersonID": "sample string 3",
        "DateFrom": "sample string 4",
        "DateTo": "sample string 5",
        "GPSBeginLatitude": "sample string 6",
        "GPSBeginLongitude": "sample string 7",
        "GPSBeginAccuracy": "sample string 8",
        "GPSEndLatitude": "sample string 9",
        "GPSEndLongitude": "sample string 10",
        "GPSEndAccuracy": "sample string 11",
        "Description": "sample string 12",
        "Duration": 13
      }
    ]
  }
}

text/xml

Sample:
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Result>
    <Message>sample string 1</Message>
    <Code>2</Code>
    <ModelStateErr>
      <string>sample string 1</string>
      <string>sample string 2</string>
    </ModelStateErr>
  </Result>
  <Request>
    <Code>sample string 1</Code>
    <Fulfilment>
      <Fulfilment>
        <IsPlan>1</IsPlan>
        <ItemCode>sample string 2</ItemCode>
        <PersonID>sample string 3</PersonID>
        <DateFrom>sample string 4</DateFrom>
        <DateTo>sample string 5</DateTo>
        <GPSBeginLatitude>sample string 6</GPSBeginLatitude>
        <GPSBeginLongitude>sample string 7</GPSBeginLongitude>
        <GPSBeginAccuracy>sample string 8</GPSBeginAccuracy>
        <GPSEndLatitude>sample string 9</GPSEndLatitude>
        <GPSEndLongitude>sample string 10</GPSEndLongitude>
        <GPSEndAccuracy>sample string 11</GPSEndAccuracy>
        <Description>sample string 12</Description>
        <Duration>13</Duration>
      </Fulfilment>
      <Fulfilment>
        <IsPlan>1</IsPlan>
        <ItemCode>sample string 2</ItemCode>
        <PersonID>sample string 3</PersonID>
        <DateFrom>sample string 4</DateFrom>
        <DateTo>sample string 5</DateTo>
        <GPSBeginLatitude>sample string 6</GPSBeginLatitude>
        <GPSBeginLongitude>sample string 7</GPSBeginLongitude>
        <GPSBeginAccuracy>sample string 8</GPSBeginAccuracy>
        <GPSEndLatitude>sample string 9</GPSEndLatitude>
        <GPSEndLongitude>sample string 10</GPSEndLongitude>
        <GPSEndAccuracy>sample string 11</GPSEndAccuracy>
        <Description>sample string 12</Description>
        <Duration>13</Duration>
      </Fulfilment>
    </Fulfilment>
  </Request>
</Response>