Create a PM Field Work Directives
    • 04 Jul 2025
    • 1 Minute to read
    • Dark
      Light

    Create a PM Field Work Directives

    • Dark
      Light

    Article summary

    Post
    /pm-rest-api/rest/1/pmfwd

    Create Field Work Directives

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    Body parameters
    object
    Example{ "PmfwdCompCode": "001", "PmfwdProjCode": "14001", "PmfwdFollowupRequiredFlag": "N", "PmfwdFwdId": "0002", "PmfwdVUuid": "" }
    PmfwdCompCode
    string

    Company Code

    Max length8
    PmfwdFwdId
    string

    FieldWork Directive ID. Must be unique within project.

    Max length16
    PmfwdProjCode
    string

    Project Code

    Max length10
    PmfwdVUuid
    string

    uuid column for uk on json webservices

    Max length64
    PmfwdFollowupRequiredFlag
    string

    Followup required flag. ‘Y’ or ‘N’.

    Max length1
    Responses
    201

    Created

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "PmfwdActualCostAmt": null,
      "PmfwdClvValueCode1": null,
      "PmfwdClvValueCode2": null,
      "PmfwdClvValueCode3": null,
      "PmfwdClvValueCode4": null,
      "PmfwdClvValueCode5": null,
      "PmfwdClvValueCode6": null,
      "PmfwdCmCode": null,
      "PmfwdCompCode": "001",
      "PmfwdDate": null,
      "PmfwdDesc": null,
      "PmfwdEstCostAmt": null,
      "PmfwdFlwpContactCode": null,
      "PmfwdFlwpPartnCode": null,
      "PmfwdFlwpPartnTypeCode": null,
      "PmfwdFollowupDate": null,
      "PmfwdFollowupDueDate": null,
      "PmfwdFollowupNotes": null,
      "PmfwdFollowupRequiredFlag": "N",
      "PmfwdFromContactCode": null,
      "PmfwdFromPartnCode": null,
      "PmfwdFromPartnTypeCode": null,
      "PmfwdFwdId": "0002",
      "PmfwdNotToExceedCostAmt": null,
      "PmfwdProjCode": "14001",
      "PmfwdRecordStatus": null,
      "PmfwdRefDesc": null,
      "PmfwdRespStatusCode": null,
      "PmfwdStatusCode": null,
      "PmfwdSubject": null,
      "PmfwdToContactCode": null,
      "PmfwdToPartnCode": null,
      "PmfwdToPartnTypeCode": null,
      "PmfwdVUuid": "F33F0EFCD93924B0E05316821FAC81B7",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmfwd/F33F0EFCD93924B0E05316821FAC81B7",
          "name": "pmfwd",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmfwd/F33F0EFCD93924B0E05316821FAC81B7",
          "name": "pmfwd",
          "kind": "item"
        }
      ]
    }
    object